From 9f8514cc0637bcc088fdb8c3661bddf125f8cf2c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Aug 2013 18:53:07 -0400 Subject: [PATCH] Fix distcheck We need to clean up the ui.h files somewhere if they are generated during the build from tarball. Reuse the existing distclean-local hack for it. --- gtk/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 48d83758ce..8cfb620c6f 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1300,6 +1300,7 @@ distclean-local: rm -f $(MAINTAINERCLEANFILES); \ rm -rf stock-icons; \ rm -f extract-strings$(EXEEXT); \ + rm -f $(template_headers); \ fi DEPS = libgtk-3.la $(top_builddir)/gdk/libgdk-3.la -- 2.30.2